github.com/andybalholm/brotli.Reader.is_metadata (field)
7 uses
github.com/andybalholm/brotli (current package)
decode.go#L195: s.is_metadata = 0
decode.go#L227: s.is_metadata = 1
decode.go#L1411: if s.is_metadata != 0 {
decode.go#L2206: if s.is_metadata != 0 || s.is_uncompressed != 0 {
decode.go#L2213: if s.is_metadata != 0 {
state.go#L166: is_metadata uint
state.go#L224: s.is_metadata = 0
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |